tone-index
This command configures the Tone Index table, which lets you define distinctive ringing tones and call waiting tones per calling (source) and called (destination) number (or prefix) for IP-to-Tel calls.
Syntax
(config-voip)# gateway analog tone-index <Index> (tone-index-<Index>)#
| Command | Description | 
|---|---|
| Index | Defines the table row index. | 
| dst-pattern | Defines the prefix of the called number. | 
| fxs-port-first | Defines the first port in the FXS port range. | 
| fxs-port-last | Defines the last port in the FXS port range. | 
| priority | Defines the index of the distinctive ringing and call waiting tones. | 
| src-pattern | Defines the prefix of the calling number. | 
Command Mode
Privileged User
Example
This example configures distinctive tone Index 12 for FXS ports 1-4 for called prefix number "976":
(config-voip)# gateway analog tone-index 0 (tone-index-0)# fxs-port-first 1 (tone-index-0)# fxs-port-last 4 (tone-index-0)# dst-pattern 976 (tone-index-0)# priority 12 (tone-index-0)# activate